home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 May / CMCD0504.ISO / Software / Freeware / Programare / dspack / DSPACK231.exe / {app} / lib / README.TXT < prev    next >
Encoding:
Text File  |  2002-12-31  |  938 b   |  20 lines

  1.  
  2. Borland C++Builder DirectX LIB files
  3.  
  4.  
  5. This package includes "lib" files needed for Borland C++ Builder to compile 
  6. DirectX 9 SDK programs.
  7.  
  8. To compile DirectX projects including Microsoft demos from DirectX 8 SDK you should make some simple things:
  9. 1) Add these libraries to include path.
  10. 2) Add some defines under "Project\Options\Directories/Conditionals\Conditional defines" like:
  11.    "cosf=(float)cos;sinf=(float)sin;acosf=(float)acos;asinf=(float)asin;tanf=(float)tan;atanf=(float)atan;sqrtf=(float)sqrt"
  12.  
  13. 3) To use D3DX9 library you should download special DLL (d3dx9ab.dll) and extract it in any common folder, like: "Windows\System".
  14. 4) To use DxErr9 library you should download special DLL (dxerr9ab.dll) and extract it in any common folder, like: "Windows\System".
  15.  
  16. You can download latest version of these files from: clootie.narod.ru/
  17.  
  18. Mail any questions to Alexey Barkovoy: clootie@reactor.ru
  19.  
  20. 30-Dec-2002